home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / repeat < prev    next >
Encoding:
Text File  |  1992-07-09  |  263 b   |  7 lines

  1. repeat --Command, two inputs.
  2.      The first input must be a positive number.  The second is an  instruc-
  3.      tion  list,  as  for the run command.  The list is run repeatedly, the
  4.      number of times specified by the first input:
  5.  
  6.      repeat 5 [print "hello]
  7.